We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdca728 commit 8e4868aCopy full SHA for 8e4868a
src/cu/spatial.cu
@@ -686,7 +686,7 @@ void Spatial::RunStep5(SpatialUnit u)
686
if (u->niak > u->nak * Spatial::LSTCAP) {
687
int cap = Spatial::LSTCAP;
688
printError();
689
- TINKER_THROW(format("An internal array in Spatial2 requested %1$d elements, "
+ TINKER_THROW(format("An internal array in Spatial requested %1$d elements, "
690
"but only %4$d (%3$d*%2$d) were allocated. "
691
"Please increase Spatial::LSTCAP (current value %3$d) "
692
"so as to make Spatial::LSTCAP*%2$d >= %1$d.\n",
src/objc/CMakeLists.txt
@@ -1,4 +1,5 @@
1
# printf "set (__T9_OBJC_SRC\n%s\n)\n" "$(LC_COLLATE=C ls -1a *.m)" > cmakesrc.txt
2
+cmake_minimum_required (VERSION 3.15)
3
4
5
enable_language (C)
0 commit comments